digraph G {
    margin=0;
    spell[style=bold];
    dangerous;
	
    spell->dangerous [label="mod"];
}
